﻿@charset "utf-8";

/* 首页*/
body {
    background: #fff url(../images/ezzy_bg.jpg) 30% 40px no-repeat;
	min-width:1200px;
}
/* part1 */
.p2 {
    padding-top: 0px;
}
.headline {
    padding: 20px;
}

.headline h2 {
    padding: 8px 0;
    line-height: 34px;
    font-size: 26px;
}

.headline h2 a{
    color: #955310;
    font-weight: bold;
}

.headline p {
    line-height: 24px;
}

.headline p a {
    margin: 0 15px;
}
/**************************20200326修改 开始*****************************/
@media (max-width: 480px) {
    .headline{
        padding:10px;
    }

    .headline h2{
        font-size: 18px;
        line-height: 24px;
    }
}
/**************************20200326修改 结束*****************************/

/* 焦点图 */

.focus,
.focus .pic {
    position: relative;
    width: 570px;
    height: 340px;
}

.focus .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus .pic img {
    width: 100%;
    height: 100%;
}

.focus .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus .focus-prev,
.focus .focus-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .focus-prev .iconfont,
.focus .focus-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus .focus-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus .focus-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus:hover .focus-prev,
.focus:hover .focus-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
     position: absolute;
     bottom: 14px;
     left: auto;
     right: 0;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: right;
 }
.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.focus .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 1200px) {

    .focus,
    .focus .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }

    .focus .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .focus {
        margin-bottom: 20px;
    }

}

.news {
    position: relative;
    overflow: hidden;
    /*height: 340px;*/
} 

.news h3.tab{
    height: 40px;
    line-height: 40px;
    border-bottom: none;
}
.news .tab a {
    height: 40px;
    line-height: 40px;
}

.news .tab a {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    background-color: #dce2ee;
    transition: all .3s;
}

.news .tab a.current {
    background-color: #bb9c7d;
    color: #fff;
}

.news .tab a+a {
    margin-left: 4px;
}

.news h3.tab a:after{
    display: none;
}

@media (max-width: 1200px) {
  .grid{
    padding:10px;
  }
  .news .tab a{
    font-size: 14px;
    padding:0px;
    margin:0px;
    min-width:0%;
   }
}
/* 专题专栏*/
.ztzl {
    /*background-color:#f5f5f5;*/
    position: relative;
    padding:15px 0px;
    margin-top:20px;
}

.ztzl .scroll {
    position: relative;
    margin: 0 20px;
}

.ztzl li {
    width: 240px\9;
}
.ztzl li a {
    display: block;
    width: 365px;
    margin:0px auto;
}

.ztzl li img {
    width: 100%;
}

.ztzl-prev,
.ztzl-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 40px;
    margin-top: -20px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: 999;
    transition: all .3s;
}

.ztzl-prev span,
.ztzl-next span {
    display: block;
    width: 20px;
    margin: 8px auto;
    font-size: 22px;
    text-align: center;
    color: #ccc;
    font-weight: bold;
}

.ztzl-prev {
    left: 0px;
    background-image: none;
}

.ztzl-next {
    right: 0px;
    background-image: none;
}

.ztzl:hover .ztzl-prev,
.ztzl:hover .ztzl-next {
    opacity: 1;
    transform: translate(0, 0);
}
@media (max-width: 1200px) {
    .ztzl .scroll {
        margin: 0 -10px;
    }

    .ztzl h2,
    .ztzl-prev,
    .ztzl-next {
        display: none;
    }
}

.gkzl{
    height: 100px;
    background:#fffdf8 url(../images/ezzy_gkzl.jpg) center 100% no-repeat;
}

.gkzl a{
    display: block;
    height: 100%;
}
.a1 {
    margin-left: -5px;
    margin-right: -5px;
}

.a1 li {
    width: 50%;
}

/**************************20200415修改 开始*****************************/
.a1 li a {
    position: relative;
    height: 45px;
    margin: 8px;
    padding: 0 15px;
    line-height: 45px;
    text-align: center;
    background-color: #806656;
    color: #fff;
    border-radius: 3px;
}
/**************************20200415修改 结束*****************************/
.a1 li a:hover {
    background-color: #a78c7c;
    color: #fff;
}
.a9 li {
    width: 25%;
}

.a9 li a {
    margin: 10px;
}

@media (max-width: 1200px) {
    .a9 li a {
        margin: 10px 0;
        font-size: 14px;
    }
}
 @media (max-width: 320px) {
    .a1 li a {
        font-size: 14px;
        padding-left: 3px;
    }
}
.a9 li i {
    margin: 0 auto 10px;
}

.a9 li a:hover i {
    background-color: #ecf5ff;
    box-shadow: 0 0 0 10px #ecf5ff;
}

.a9 .s1 {
    background-position: 0 0px;
}

.a9 .s2 {
    background-position: -40px 0px;
}

.a9 .s3 {
    background-position: -120px 0px;
}

.a9 .s4 {
    background-position: -80px 0px;
}

.a9 .s5 {
    background-position: -160px 0px;
}

.a9 .s6 {
    background-position: -200px 0px;
}

.a9 .s7 {
    background-position: -240px 0px;
}

.a9 .s8 {
    background-position: -280px 0px;
}
.t3{
    line-height: 20px;
    background-color:#dbe1ed;
}
.t3 b{
    font-size: 22px;
    border-left: 5px solid #bb9c7d;
}

.address{
    width:100%;
    height: 100px;
    display: block;
    padding:10px 0px 10px 30px;   
    background: url(../images/address_s.jpg) top left repeat-x;
}
.address h4 b{
    padding:10px 0px;
    margin-top:-10px;
    height: 100px;
    overflow: hidden;
    background: url(../images/address_h_s.jpg) left top repeat-x;
}
.address p{
    line-height: 26px;
    padding-left:40px;
}

/**************************20200415修改 开始*****************************/

.wlml{
    width:48.5%;
    height: 133px;
    float: left;
    margin-right: 10px;
    background: #fffdf8 url(../images/wlml.jpg) center bottom no-repeat;
    background-size: 100% auto;
}
@media (max-width: 480px) {
    .wlml {
	height:160px;
	}
}

.wlml a{
    display: block;
    height: 100%;
}

.service {
    width:48.5%;
    height: 134px;
    float: left;
    margin-right: 10px;
    border-radius: 3px;
    padding:2px;
    border:1px solid #ccc;
}

.service a{
    display: block;
    height: 100%;
    background: #6084b8 url(../images/zwfw.jpg) center no-repeat;
}

.a10 {
    width:35%;
    float: left;
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

.a10 li {
    width: 50%;
}

.a10 li a {
    position: relative;
    margin: 5px;
    text-align: center;
    color: #fff;
    padding:2px;
    border:1px solid #ccc;
    border-radius: 3px;
}
.a10 li a span{
    display: block;
    padding: 4px 2px;
    line-height: 24px;
    background: #6084b8 url(../images/fwpt.jpg) center no-repeat;
}

.bsfw{
    width:100%;
    display: inline-block;
}

.bsfw h3{
    margin-bottom:30px;
}

@media (max-width: 1024px) {

    .wlml,
    .service{
        width:46%;
        margin:10px;
        float: left;
    }
    .a10 {
        width: 98%;
    }

}

@media (max-width: 768px) {

    .a10 {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .wlml,
    .service,
    .a10 {
        margin:5px 0px;
        width: 100%;
    }
}

/**************************20200415修改 结束*****************************/

/* 电子刊物*/
.scroll{
    margin:10px 60px;
}
.topic li a {
    position: relative;
}
.topic li img{
    height: 280px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .05);
}
.topic li a span{
    display: none;
}
.topic li a:hover h4{
    display: none;
}
.topic li a:hover img{
    height: 320px;
}

.topic li a:hover span{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    width:100%;
    height: 100%;
    color: #fff;
    line-height: 34px;
    padding:60px 30px;
    background: #335ea3;
    background: -webkit-linear-gradient(rgba(51,94,163,1),rgba(217,225,236,0));
    background: -moz-linear-gradient(top,rgba(51,94,163,1) 0%,rgba(217,225,236,0) 100%);; /*FireFox*/
    background: -o-linear-gradient(top,rgba(51,94,163,1) 0%,rgba(217,225,236,0) 100%);  /* Opear */
    background: -ms-linear-gradient(rgba(51,94,163,1),rgba(217,225,236,0)); /*IE10及IE10+*/
}
.topic li a:hover span b{
    line-height: 36px;
    display: block;
    margin-top:20px;
    background-color:#806656;
    border-radius: 100px;
}

/*投诉平台*/

.complain,
.complain .pic {
    position: relative;
    width: 320px;
    height: 80px;
    margin:0px auto;
}

.complain .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.complain .pic div a {
    color: #fff;
    display: block;
    line-height: 50px;
    background-color:#626385;
    border-radius: 100px;
}

.complain .pic div a i{
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin: 5px 5px 0px 60px;
    background-image: url(../images/icons.png);
    background-image: url(../images/icons_ie8.png)\9;
    background-size: 320px auto;
    background-repeat: no-repeat;
     /* background-position: -200px -240px;  */
}

.complain .complain-prev,
.complain .complain-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.complain .complain-prev .iconfont,
.complain .complain-next .iconfont {
    font-size: 10px;
    font-weight: normal;
}

.complain .complain-prev {
    transform: translate(-50px, 0);
    left:complain 0;
    background-image: none;
}

.complain .complain-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.complain:hover .complain-prev,
.complain:hover .complain-next {
    opacity: 1;
    transform: translate(0, 0);
}

.complain .navi {
     position: absolute;
     bottom: 5px;
     left: 0;
     right: 0;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: center;
 }
.complain .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
    background-color:#b9bfcf;
}

.complain .navi li.on {
    background-color: #fea33a;
}

.complain .swiper-pagination-bullet {
    background-color:#b9bfcf;
    opacity: 1;
}

.complain .swiper-pagination-bullet-active {
    background-color: #fea33a;
}

@media (max-width: 1200px) {

    .complain,
    .complain .pic {
        position: relative;
        width: 100%;
    }

}

.mb30{
    margin-bottom:5px;
}
.trends{ 
    height: 60px;
    overflow:hidden; 
    background:rgba(245,245,245,1);
    border-radius: 3px;
}
.trends h3{
    position: relative;
    display: block;
    width:80px;
    height: 34px;
    line-height: 34px;
    float: left;
    color: #fff;
    text-align: center;
    margin:12px 10px;
    background: #ff6e42;
    background: -webkit-linear-gradient(90deg, #ff6e42, #ff5254);
    background: linear-gradient(90deg, #ff6e42, #ff5254);
}

.trends h3:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #ff6e42 transparent transparent transparent;
}
.trends .bd{ 
    position: relative;
    /*padding-left: 40px;*/
    overflow: hidden;   
}

/*.trends .bd:before,
.trends .bd:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 40px;
    box-sizing: content-box;
}

.trends .bd:before {
    left: 40px;
    background: linear-gradient(to right, rgba(245, 245, 245, 1), rgba(245, 245, 245, 0));
}

.trends .bd:after {
    right: 0;
    border-right: 20px solid #f5f5f5;
    background: linear-gradient(to left, rgba(245, 245, 245, 1), rgba(245, 245, 245, 0));
}*/
.trends .bd ul{ 
    overflow:hidden; 
    zoom:1; 
}
.trends .bd ul li{ 
    width:70%;
    margin:0 8px; 
    float:left; 
    _display:inline; 
    overflow:hidden; 
    text-align:center;  
    position:relative; 
}
.trends .bd ul li a{
    font-size: 16px;
    color: #747474;
    line-height: 60px;
    display: block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.trends .bd ul li a span{
    display: inline-block;
}
@media (max-width: 480px) {
    .trends{ 
        padding-right: 10px;
    }   

    .trends .bd{ 
        padding-left: 10px;
        overflow: hidden;   
    } 
    .trends .bd ul li a{
        font-size: 16px;
    }
	.trends .bd:before {
    left: 0px;
    }
}


/*首页头条样式 开始*/
.grid{
	padding-top:0px;
}
.headline{
	padding-top:10px;
	padding-bottom:30px;
}
@media (max-width: 768px) {
    .headline p a {
        display: block;
        width: 50%;
        float: left;
        margin: 0 !important;
    }

}
@media (max-width: 480px) {
    .headline p a {
        width: 100%;
    }
}
.headline{
	background: url(../images/toutiao.jpg) 2% 50% no-repeat;
}
@media (max-width: 1200px) {
    .headline{
       background: none;
    }
}
/*首页头条样式 结束*/
/*首页局长信箱样式 开始*/
.mb15{
	margin-bottom:15px;
}
/*首页局长信箱样式 结束*/
/*首页  信息样式（焦点信息） 开始*/
.syjd li{
	line-height:36px;
}
/*首页  信息样式（焦点信息） 结束*/

/**************************20200417修改 开始*****************************/
.a11 li {
    width: 50%;
}

.a11 li a {
    margin: 5px;
}

@media (max-width: 1200px) {
    .a11 li a {
        margin: 10px 0;
        font-size: 14px;
    }
}
 @media (max-width: 320px) {
    .a11 li a {
        font-size: 14px;
        padding-left: 3px;
    }
}
.a11 li i {
    border-radius: 100px;
    margin: 0px auto 20px;
    background-color:#806656;
    box-shadow: 0 0 0 10px #806656;
}

.a11 li a:hover i {
    background-color: #4e71a7;
    box-shadow: 0 0 0 10px #4e71a7;
}

.a11 .s5 {
    background-position: 0px -280px;
}

.a11 .s6 {
    background-position: -40px -280px;
}

.a11 .s7 {
    background-position: -80px -280px;
}

.a11 .s8 {
    background-position: -120px -280px;
}
/**************************20200417修改 结束*****************************/


/*首页纪检监察 开始*/
 @media (max-width: 320px) {
    .address p{
	line-height:20px;
	}
}

/*首页纪检监察 结束*/
/*办事服务 开始*/
.t3 b a{
    color: #bb9c7d;
}
/*办事服务 结束*/
/*首页主导航样式20200417 开始*/
@media (min-width: 768px) {
    .nav li{
		width:10.86% !important;
	}

}

/*首页主导航样式 结束*/
/*首页专题手机样式20200417 开始*/
@media (max-width: 480px) {
    .ztzl li a{
		width:85%;
	}
	.nav li {
    position: relative;
    float: left;
    width: 14.66%;
}
.nav li:nth-child(1) { width: 10%; }

}

/*首页首页专题手机样式 结束*/

.codeRow td img {
    width: 120px;
    height: 120px;
}



/*友情链接*/
.yqlj {
    background: #F9F7F4;
    height: 120px;
    width: 100%;
    z-index: 99;
    text-align: center;
    position: relative;
}
/*底部*/
.footxy {
    background: #F4F4F4;
    height: 80px;
    line-height: 80px;
}

    .footxy .navbg {
        height: 80px;
        line-height: 80px;
    }

    .footxy .navlt > ul > li {
        width: 12.5%;
        line-height: 46px;
        float: left;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

        .footxy .navlt > ul > li label {
            display: inline-block;
            margin-right: 5px;
            cursor: pointer;
            line-height: 80px;
            font-size: 18px;
            color: #bb9c7d;
        }

        .footxy .navlt > ul > li span {
            display: inline-block;
            color: #bb9c7d;
            margin-left: 10px;
            border-bottom: 0;
            border-top: 6px solid\9;
            border-top: 6px dashed;
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            -webkit-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }

        .footxy .navlt > ul > li:hover span {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .footxy .navlt > ul > li:hover label {
            color: #FF0000
        }

        .footxy .navlt > ul > li:hover div.dropmenu {
            visibility: visible;
            height: 250px;
        }

        .footxy .navlt > ul > li div.dropmenu {
            visibility: hidden;
            border-radius: 0;
            height: 0px;
            overflow-y: auto;
            position: absolute;
            bottom: 50px;
            left: 0px;
            z-index: 1000;
            padding: 5px 0;
            margin: 2px 0 0;
            background-color: #ffffff;
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #cccccc;
            border: 1px solid rgba(0,0,0,.15);
            border-radius: 4px;
            -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
            box-shadow: 0 6px 12px rgba(0,0,0,.175);
            transition: height 0.15s ease-in-out;
        }

        .footxy .navlt > ul > li:last-child div.dropmenu {
            right: 0px;
            left: auto
        }

        .footxy .navlt > ul > li div.dropmenu ul li {
            padding: 3px 20px;
            line-height: 20px;
            color: #333;
            width: 200px
        }

            .footxy .navlt > ul > li div.dropmenu ul li:hover {
                background: #DAEDFC
            }

.dropmenu ul li a {
    color: #333;
}

.footxy .link {
    margin-top: 30px;
    margin-bottom: 10px
}

    .footxy .link a {
        display: block;
        float: left;
        border-right: 1px solid #999999;
        color: #666666;
        line-height: 16px;
        font-size: 14px;
        padding: 0 20px;
    }

.footxy .txt {
    line-height: 30px;
    color: #666666;
    margin-left: 20px;
    font-size: 14px;
    margin-bottom: 30px
}

.footxy .piclink {
    margin-top: 50px
}

    .footxy .piclink ul li {
        float: right;
        height: 80px;
        margin-left: 10px;
    }

/*导航栏start*/



#sddm6 {
    margin: 0;
    padding: 0;
    z-index: 1001;
    background-repeat: no-repeat;
}

    #sddm6 li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        background-repeat: no-repeat;
        background-position: right center;
        line-height: 20px;
        width: 110px;
        position: relative;
        z-index: 1001;
    }

        #sddm6 li:hover {
            font-weight: bold;
        }

        #sddm6 li .sddma {
            line-height: 60px;
            color: #fff;
            font-size: 20px;
            font-weight: 700;
            text-align: center;
            display: block;
            text-decoration: none;
            z-index: 1001;
        }

            #sddm6 li .sddma:hover {
                color: #fff;
                font-weight: bold;
            }

    #sddm6 div {
        position: absolute;
        visibility: hidden;
        top: 60px;
        border-bottom: 6px solid #663c13;
        background-color: #bb9c7dcf;
        margin: 0;
        width: 140px;
        padding: 10px 0px 10px 0px;
        z-index: 1001;
    }

        #sddm6 div a {
            position: relative;
            display: block;
            white-space: nowrap;
            line-height: 40px;
            font-weight: normal;
            text-decoration: none;
            color: #663c13;
            font-size: 16px;
            padding-left: 10px;
        }

            #sddm6 div a:hover {
                color: #fff;
                background-color: #967d64;
            }


/*导航栏end*/



/*ѡ�*/
#Tab {
    margin: 0px;
    padding: 0px;
    border: 1px solid #CBCFCE;
    border-top: none;
    padding-bottom: 5px;
}

    #Tab .Menuboxfive {
        height: 32px;
        background-image: url(../images/tab_title_bg..png);
        background-repeat: repeat-x;
    }

        #Tab .Menuboxfive ul {
            margin: 0px;
            padding: 0px;
        }

        #Tab .Menuboxfive li {
            float: left;
            display: block;
            cursor: pointer;
            height: 32px;
            padding-top: 6px;
            color: #0053AB;
            font-size: 12px;
            width: 90px;
            text-align: center;
            background-image: url(../images/tab_title_boder.jpg);
            background-repeat: no-repeat;
            background-position: right top;
        }

            #Tab .Menuboxfive li.hover {
                background-image: url(../images/imgnews_title_left.png);
                background-position: center top;
                background-repeat: no-repeat;
                font-size: 12px;
                font-weight: bold;
                height: 32px;
                color: #FFFFFF;
            }

    #Tab .Contentboxfive {
        clear: both;
    }

    #Tab ul {
        list-style: none;
    }

.searchout {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
}

    .searchout td {
        border-right: 1px solid #CCCCCC;
        border-bottom: 1px solid #CCCCCC;
    }

.searchbtn a {
    display: block;
    width: 74px;
    height: 29px;
    /*background-image: url(../images/search_btn_bg.jpg);*/
    background-color: #ff6d43;
    color: #333;
    text-decoration: none;
    line-height: 29px;
    text-align: center;
    border: solid #CCC 1px;
}

    .searchbtn a:hover {
        color: #003366;
        border: solid #CCC 1px;
    }

.searchbg {
    background-image: url(../images/textinput_bg.jpg);
    background-repeat: repeat-x;
    border: solid #CCC 1px;
}

    .searchbg input {
        border: 0px;
        font-size: 12px;
        color: #999999;
        padding-left: 5px;
        width: 320px;
    }

.searchbg1 {
    background-image: url(../images/textinput_bg.jpg);
    background-repeat: repeat-x;
    border: solid #CCC 1px;
}

    .searchbg1 input {
        border: 0px;
        font-size: 12px;
        color: #999999;
        padding-left: 5px;
        width: 200px;
    }

.searchbtm {
    color: #666666;
    margin-top: 5px;
}

    .searchbtm input {
        margin: 0px 5px 3px 40px;
        vertical-align: middle;
    }

.side-menu li .myHover{
    color: #fff;
    background-color: #bb9c7d;
    background-image: none;
	
}

/*列表页搜索*/
.pagerightsertitle {
	background-color: #967d64;
	width: 283px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	margin-left: -15px;
	margin-top: 30px;
}
.searchbgbox {                        
	background-color: #FFFFFF;
	width: 265px;
	height: 30px;
	border: 1px solid #B1B1B1;
	margin:10px 5px 10px -5px;
}
	.searchbgbox input {
		border: 0px;
		font-size: 12px;
		color: #999999;
		padding-left: 5px;
		line-height: 25px;
		height: 25px;
	}

         .list-b.b4 li {
             height: 50px;
             min-height: 50px;
             padding:12px;
         }
         .list-b li h4 {
             font-size:16px;
         }
         .list-b.b4 .calendar {
             margin-top: -27px;
             text-align: right;
         }